Html Css Color HEX #F27595 Carissma

📋 copy color: '#F27595'

red 242 ◦ green 117 ◦ blue 149

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

Shades of Carissma #F27595

Tints of Carissma #F27595

RGB

 RED value IS 242 (94.92% from 255) = 47.64%

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

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

R = 47.64%
G = 23.03%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27595 (or 0xF27595) is known color: Carissma. HEX triplet: F2, 75 and 95. RGB value is (242,117,149). Sum of RGB (Red+Green+Blue) = 242+117+149=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27595 is #0D8A6A. Grayscale: #9E9E9E. Windows color (decimal): -887403 or 9795058. OLE color: 9795058.

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

Color convert

RGB 242 117 149 -
CMYK 0 0.52 0.38 0.05
HSL 344.64º 0.83% 0.7% -
HSV(B) 344.64º 0.52% 0.95% -
XYZ 48.4 33.77 32.4 -
YUV 158.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 242 117 149 0 0.52 0.38 0.05 344.64 0.83 0.7
Hex F2 75 95 0 34 26 5 159 53 46
Octal 362 165 225 0 64 46 5 531 123 106
Binary 11110010 1110101 10010101 0 110100 100110 101 101011001 1010011 1000110

Color Harmonies of #F27595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27595

Black with #F27595

Text Example


Text Example

White with #F27595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27595; }

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

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

background-color css

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

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

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

border-color css

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

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

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