Html Css Color HEX #F22675 Cerise

📋 copy color: '#F22675'

red 242 ◦ green 38 ◦ blue 117

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

Shades of Cerise #F22675

Tints of Cerise #F22675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.57%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 60.96%
G = 9.57%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22675 (or 0xF22675) is known color: Cerise. HEX triplet: F2, 26 and 75. RGB value is (242,38,117). Sum of RGB (Red+Green+Blue) = 242+38+117=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F22675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22675 is #0DD98A. Grayscale: #6B6B6B. Windows color (decimal): -907659 or 7677682. OLE color: 7677682.

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

Color convert

RGB 242 38 117 -
CMYK 0 0.84 0.52 0.05
HSL 336.76º 0.89% 0.55% -
HSV(B) 336.76º 0.84% 0.95% -
XYZ 40.52 21.55 18.85 -
YUV 108 133.09 223.58 -
System Red Green Blue C M Y K H S L
Decimal 242 38 117 0 0.84 0.52 0.05 336.76 0.89 0.55
Hex F2 26 75 0 54 34 5 151 59 37
Octal 362 46 165 0 124 64 5 521 131 67
Binary 11110010 100110 1110101 0 1010100 110100 101 101010001 1011001 110111

Color Harmonies of #F22675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22675

Black with #F22675

Text Example


Text Example

White with #F22675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22675; }

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

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

background-color css

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

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

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

border-color css

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

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

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