Html Css Color HEX #F030CA Razzle Dazzle Rose

📋 copy color: '#F030CA'

red 240 ◦ green 48 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F030CA

Tints of Razzle Dazzle Rose #F030CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.8%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 48.98%
G = 9.8%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F030CA (or 0xF030CA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and CA. RGB value is (240,48,202). Sum of RGB (Red+Green+Blue) = 240+48+202=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F030CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030CA is #0FCF35. Grayscale: #7A7A7A. Windows color (decimal): -1036086 or 13250800. OLE color: 13250800.

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

Color convert

RGB 240 48 202 -
CMYK 0 0.8 0.16 0.06
HSL 311.88º 0.86% 0.56% -
HSV(B) 311.88º 0.8% 0.94% -
XYZ 47.65 24.9 58.17 -
YUV 122.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 240 48 202 0 0.8 0.16 0.06 311.88 0.86 0.56
Hex F0 30 CA 0 50 10 6 138 56 38
Octal 360 60 312 0 120 20 6 470 126 70
Binary 11110000 110000 11001010 0 1010000 10000 110 100111000 1010110 111000

Color Harmonies of #F030CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030CA

Black with #F030CA

Text Example


Text Example

White with #F030CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030CA; }

 p { color: rgb(240,48,202); }

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

background-color css

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

 a { background-color: rgb(240,48,202); }

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

border-color css

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

 span { border-color: rgb(240,48,202); }

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