Html Css Color HEX #F0267B Deep Cerise

📋 copy color: '#F0267B'

red 240 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #F0267B

Tints of Deep Cerise #F0267B

RGB

 RED value IS 240 (94.14% from 255) = 59.85%

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 59.85%
G = 9.48%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0267B (or 0xF0267B) is known color: Deep Cerise. HEX triplet: F0, 26 and 7B. RGB value is (240,38,123). Sum of RGB (Red+Green+Blue) = 240+38+123=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0267B is #0FD984. Grayscale: #6B6B6B. Windows color (decimal): -1038725 or 8070896. OLE color: 8070896.

HSL color Cylindrical-coordinate representation of color #F0267B: hue angle of 334.75º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0267B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 123 -
CMYK 0 0.84 0.49 0.06
HSL 334.75º 0.87% 0.55% -
HSV(B) 334.75º 0.84% 0.94% -
XYZ 40.2 21.34 20.74 -
YUV 108.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 240 38 123 0 0.84 0.49 0.06 334.75 0.87 0.55
Hex F0 26 7B 0 54 31 6 14F 57 37
Octal 360 46 173 0 124 61 6 517 127 67
Binary 11110000 100110 1111011 0 1010100 110001 110 101001111 1010111 110111

Color Harmonies of #F0267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0267B

Black with #F0267B

Text Example


Text Example

White with #F0267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0267B; }

 p { color: rgb(240,38,123); }

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

background-color css

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

 a { background-color: rgb(240,38,123); }

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

border-color css

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

 span { border-color: rgb(240,38,123); }

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