Html Css Color HEX #F17990 Carissma

📋 copy color: '#F17990'

red 241 ◦ green 121 ◦ blue 144

#F17990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F17990

Tints of Carissma #F17990

RGB

 RED value IS 241 (94.53% from 255) = 47.63%

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 47.63%
G = 23.91%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F17990 (or 0xF17990) is known color: Carissma. HEX triplet: F1, 79 and 90. RGB value is (241,121,144). Sum of RGB (Red+Green+Blue) = 241+121+144=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17990 is #0E866F. Grayscale: #9F9F9F. Windows color (decimal): -951920 or 9468401. OLE color: 9468401.

HSL color Cylindrical-coordinate representation of color #F17990: hue angle of 348.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17990 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 121 144 -
CMYK 0 0.50 0.40 0.05
HSL 348.5º 0.81% 0.71% -
HSV(B) 348.5º 0.5% 0.95% -
XYZ 48.15 34.39 30.49 -
YUV 159.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 241 121 144 0 0.50 0.40 0.05 348.5 0.81 0.71
Hex F1 79 90 0 32 28 5 15C 51 47
Octal 361 171 220 0 62 50 5 534 121 107
Binary 11110001 1111001 10010000 0 110010 101000 101 101011100 1010001 1000111

Color Harmonies of #F17990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17990

Black with #F17990

Text Example


Text Example

White with #F17990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17990; }

 p { color: rgb(241,121,144); }

 H1.HeaderClassName
 {
   color: #F17990;
 }
 .AnyTagClassName
 {
   color: #F17990;
 }
</style>

background-color css

<style>
 a { background-color: #F17990; }

 a { background-color: rgb(241,121,144); }

 div.DivClassName
 {
   background-color: #F17990;
 }
 .BgClassName
 {
   background-color: #F17990;
 }
</style>

border-color css

<style>
 span { border-color: #F17990; }

 span { border-color: rgb(241,121,144); }

 td.TdClassName
 {
   border-color: #F17990;
 }
 .TagClassName
 {
   border-color: #F17990;
 }
</style>