Html Css Color HEX #F027C1 Razzle Dazzle Rose

📋 copy color: '#F027C1'

red 240 ◦ green 39 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F027C1

Tints of Razzle Dazzle Rose #F027C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 50.85%
G = 8.26%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F027C1 (or 0xF027C1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and C1. RGB value is (240,39,193). Sum of RGB (Red+Green+Blue) = 240+39+193=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F027C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027C1 is #0FD83E. Grayscale: #747474. Windows color (decimal): -1038399 or 12658672. OLE color: 12658672.

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

Color convert

RGB 240 39 193 -
CMYK 0 0.84 0.20 0.06
HSL 314.03º 0.87% 0.55% -
HSV(B) 314.03º 0.84% 0.94% -
XYZ 46.29 23.83 52.61 -
YUV 116.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 240 39 193 0 0.84 0.20 0.06 314.03 0.87 0.55
Hex F0 27 C1 0 54 14 6 13A 57 37
Octal 360 47 301 0 124 24 6 472 127 67
Binary 11110000 100111 11000001 0 1010100 10100 110 100111010 1010111 110111

Color Harmonies of #F027C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027C1

Black with #F027C1

Text Example


Text Example

White with #F027C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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