Html Css Color HEX #F027CA Razzle Dazzle Rose

📋 copy color: '#F027CA'

red 240 ◦ green 39 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F027CA

Tints of Razzle Dazzle Rose #F027CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.11%

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

R = 49.9%
G = 8.11%
B = 42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F027CA (or 0xF027CA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and CA. RGB value is (240,39,202). Sum of RGB (Red+Green+Blue) = 240+39+202=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F027CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027CA is #0FD835. Grayscale: #757575. Windows color (decimal): -1038390 or 13248496. OLE color: 13248496.

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

Color convert

RGB 240 39 202 -
CMYK 0 0.84 0.16 0.06
HSL 311.34º 0.87% 0.55% -
HSV(B) 311.34º 0.84% 0.94% -
XYZ 47.32 24.24 58.06 -
YUV 117.68 175.59 215.25 -
System Red Green Blue C M Y K H S L
Decimal 240 39 202 0 0.84 0.16 0.06 311.34 0.87 0.55
Hex F0 27 CA 0 54 10 6 137 57 37
Octal 360 47 312 0 124 20 6 467 127 67
Binary 11110000 100111 11001010 0 1010100 10000 110 100110111 1010111 110111

Color Harmonies of #F027CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027CA

Black with #F027CA

Text Example


Text Example

White with #F027CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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