Html Css Color HEX #F17394 Carissma

📋 copy color: '#F17394'

red 241 ◦ green 115 ◦ blue 148

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

Shades of Carissma #F17394

Tints of Carissma #F17394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.82%

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

R = 47.82%
G = 22.82%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17394 (or 0xF17394) is known color: Carissma. HEX triplet: F1, 73 and 94. RGB value is (241,115,148). Sum of RGB (Red+Green+Blue) = 241+115+148=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F17394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17394 is #0E8C6B. Grayscale: #9C9C9C. Windows color (decimal): -953452 or 9729009. OLE color: 9729009.

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

Color convert

RGB 241 115 148 -
CMYK 0 0.52 0.39 0.05
HSL 344.29º 0.82% 0.7% -
HSV(B) 344.29º 0.52% 0.95% -
XYZ 47.75 33.1 31.89 -
YUV 156.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 241 115 148 0 0.52 0.39 0.05 344.29 0.82 0.7
Hex F1 73 94 0 34 27 5 158 52 46
Octal 361 163 224 0 64 47 5 530 122 106
Binary 11110001 1110011 10010100 0 110100 100111 101 101011000 1010010 1000110

Color Harmonies of #F17394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17394

Black with #F17394

Text Example


Text Example

White with #F17394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17394; }

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

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

background-color css

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

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

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

border-color css

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

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

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