Html Css Color HEX #F027C3 Razzle Dazzle Rose

📋 copy color: '#F027C3'

red 240 ◦ green 39 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F027C3

Tints of Razzle Dazzle Rose #F027C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 50.63%
G = 8.23%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F027C3 (or 0xF027C3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and C3. RGB value is (240,39,195). Sum of RGB (Red+Green+Blue) = 240+39+195=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F027C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027C3 is #0FD83C. Grayscale: #747474. Windows color (decimal): -1038397 or 12789744. OLE color: 12789744.

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

Color convert

RGB 240 39 195 -
CMYK 0 0.84 0.19 0.06
HSL 313.43º 0.87% 0.55% -
HSV(B) 313.43º 0.84% 0.94% -
XYZ 46.51 23.92 53.79 -
YUV 116.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 240 39 195 0 0.84 0.19 0.06 313.43 0.87 0.55
Hex F0 27 C3 0 54 13 6 139 57 37
Octal 360 47 303 0 124 23 6 471 127 67
Binary 11110000 100111 11000011 0 1010100 10011 110 100111001 1010111 110111

Color Harmonies of #F027C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027C3

Black with #F027C3

Text Example


Text Example

White with #F027C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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