Html Css Color HEX #F03BDA Razzle Dazzle Rose

📋 copy color: '#F03BDA'

red 240 ◦ green 59 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F03BDA

Tints of Razzle Dazzle Rose #F03BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 46.42%
G = 11.41%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F03BDA (or 0xF03BDA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and DA. RGB value is (240,59,218). Sum of RGB (Red+Green+Blue) = 240+59+218=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BDA is #0FC425. Grayscale: #828282. Windows color (decimal): -1033254 or 14302192. OLE color: 14302192.

HSL color Cylindrical-coordinate representation of color #F03BDA: hue angle of 307.29º 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 #F03BDA is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 218 -
CMYK 0 0.75 0.09 0.06
HSL 307.29º 0.86% 0.59% -
HSV(B) 307.29º 0.75% 0.94% -
XYZ 50.15 26.72 68.84 -
YUV 131.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 240 59 218 0 0.75 0.09 0.06 307.29 0.86 0.59
Hex F0 3B DA 0 4B 9 6 133 56 3B
Octal 360 73 332 0 113 11 6 463 126 73
Binary 11110000 111011 11011010 0 1001011 1001 110 100110011 1010110 111011

Color Harmonies of #F03BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BDA

Black with #F03BDA

Text Example


Text Example

White with #F03BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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