Html Css Color HEX #F03BCE Razzle Dazzle Rose

📋 copy color: '#F03BCE'

red 240 ◦ green 59 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F03BCE

Tints of Razzle Dazzle Rose #F03BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.68%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 47.52%
G = 11.68%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F03BCE (or 0xF03BCE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and CE. RGB value is (240,59,206). Sum of RGB (Red+Green+Blue) = 240+59+206=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BCE is #0FC431. Grayscale: #818181. Windows color (decimal): -1033266 or 13515760. OLE color: 13515760.

HSL color Cylindrical-coordinate representation of color #F03BCE: hue angle of 311.27º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BCE is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 206 -
CMYK 0 0.75 0.14 0.06
HSL 311.27º 0.86% 0.59% -
HSV(B) 311.27º 0.75% 0.94% -
XYZ 48.64 26.11 60.87 -
YUV 129.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 240 59 206 0 0.75 0.14 0.06 311.27 0.86 0.59
Hex F0 3B CE 0 4B E 6 137 56 3B
Octal 360 73 316 0 113 16 6 467 126 73
Binary 11110000 111011 11001110 0 1001011 1110 110 100110111 1010110 111011

Color Harmonies of #F03BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BCE

Black with #F03BCE

Text Example


Text Example

White with #F03BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BCE; }

 p { color: rgb(240,59,206); }

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

background-color css

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

 a { background-color: rgb(240,59,206); }

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

border-color css

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

 span { border-color: rgb(240,59,206); }

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