Html Css Color HEX #F17594 Carissma

📋 copy color: '#F17594'

red 241 ◦ green 117 ◦ blue 148

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

Shades of Carissma #F17594

Tints of Carissma #F17594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 47.63%
G = 23.12%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17594 (or 0xF17594) is known color: Carissma. HEX triplet: F1, 75 and 94. RGB value is (241,117,148). Sum of RGB (Red+Green+Blue) = 241+117+148=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17594 is #0E8A6B. Grayscale: #9D9D9D. Windows color (decimal): -952940 or 9729521. OLE color: 9729521.

HSL color Cylindrical-coordinate representation of color #F17594: hue angle of 345º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17594 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 148 -
CMYK 0 0.51 0.39 0.05
HSL 345º 0.82% 0.7% -
HSV(B) 345º 0.51% 0.95% -
XYZ 47.98 33.56 31.97 -
YUV 157.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 241 117 148 0 0.51 0.39 0.05 345 0.82 0.7
Hex F1 75 94 0 33 27 5 159 52 46
Octal 361 165 224 0 63 47 5 531 122 106
Binary 11110001 1110101 10010100 0 110011 100111 101 101011001 1010010 1000110

Color Harmonies of #F17594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17594

Black with #F17594

Text Example


Text Example

White with #F17594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17594; }

 p { color: rgb(241,117,148); }

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

background-color css

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

 a { background-color: rgb(241,117,148); }

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

border-color css

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

 span { border-color: rgb(241,117,148); }

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