Html Css Color HEX #F17595 Carissma

📋 copy color: '#F17595'

red 241 ◦ green 117 ◦ blue 149

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

Shades of Carissma #F17595

Tints of Carissma #F17595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 47.53%
G = 23.08%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F17595 (or 0xF17595) is known color: Carissma. HEX triplet: F1, 75 and 95. RGB value is (241,117,149). Sum of RGB (Red+Green+Blue) = 241+117+149=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F17595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17595 is #0E8A6A. Grayscale: #9D9D9D. Windows color (decimal): -952939 or 9795057. OLE color: 9795057.

HSL color Cylindrical-coordinate representation of color #F17595: hue angle of 344.52º 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 #F17595 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 149 -
CMYK 0 0.51 0.38 0.05
HSL 344.52º 0.82% 0.7% -
HSV(B) 344.52º 0.51% 0.95% -
XYZ 48.06 33.59 32.38 -
YUV 157.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 241 117 149 0 0.51 0.38 0.05 344.52 0.82 0.7
Hex F1 75 95 0 33 26 5 159 52 46
Octal 361 165 225 0 63 46 5 531 122 106
Binary 11110001 1110101 10010101 0 110011 100110 101 101011001 1010010 1000110

Color Harmonies of #F17595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17595

Black with #F17595

Text Example


Text Example

White with #F17595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17595; }

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

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

background-color css

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

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

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

border-color css

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

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

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