Html Css Color HEX #F27592 Carissma

📋 copy color: '#F27592'

red 242 ◦ green 117 ◦ blue 146

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

Shades of Carissma #F27592

Tints of Carissma #F27592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.91%

R = 47.92%
G = 23.17%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27592 (or 0xF27592) is known color: Carissma. HEX triplet: F2, 75 and 92. RGB value is (242,117,146). Sum of RGB (Red+Green+Blue) = 242+117+146=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27592 is #0D8A6D. Grayscale: #9D9D9D. Windows color (decimal): -887406 or 9598450. OLE color: 9598450.

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

Color convert

RGB 242 117 146 -
CMYK 0 0.52 0.40 0.05
HSL 346.08º 0.83% 0.7% -
HSV(B) 346.08º 0.52% 0.95% -
XYZ 48.17 33.68 31.16 -
YUV 157.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 242 117 146 0 0.52 0.40 0.05 346.08 0.83 0.7
Hex F2 75 92 0 34 28 5 15A 53 46
Octal 362 165 222 0 64 50 5 532 123 106
Binary 11110010 1110101 10010010 0 110100 101000 101 101011010 1010011 1000110

Color Harmonies of #F27592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27592

Black with #F27592

Text Example


Text Example

White with #F27592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27592; }

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

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

background-color css

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

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

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

border-color css

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

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

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