Html Css Color HEX #F727C9 Razzle Dazzle Rose

📋 copy color: '#F727C9'

red 247 ◦ green 39 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F727C9

Tints of Razzle Dazzle Rose #F727C9

RGB

 RED value IS 247 (96.88% from 255) = 50.72%

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

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 50.72%
G = 8.01%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F727C9 (or 0xF727C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 27 and C9. RGB value is (247,39,201). Sum of RGB (Red+Green+Blue) = 247+39+201=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F727C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F727C9 is #08D836. Grayscale: #777777. Windows color (decimal): -579639 or 13182967. OLE color: 13182967.

HSL color Cylindrical-coordinate representation of color #F727C9: hue angle of 313.27º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F727C9 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 39 201 -
CMYK 0 0.84 0.19 0.03
HSL 313.27º 0.93% 0.56% -
HSV(B) 313.27º 0.84% 0.97% -
XYZ 49.63 25.44 57.55 -
YUV 119.66 173.91 218.83 -
System Red Green Blue C M Y K H S L
Decimal 247 39 201 0 0.84 0.19 0.03 313.27 0.93 0.56
Hex F7 27 C9 0 54 13 3 139 5D 38
Octal 367 47 311 0 124 23 3 471 135 70
Binary 11110111 100111 11001001 0 1010100 10011 11 100111001 1011101 111000

Color Harmonies of #F727C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727C9

Black with #F727C9

Text Example


Text Example

White with #F727C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727C9; }

 p { color: rgb(247,39,201); }

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

background-color css

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

 a { background-color: rgb(247,39,201); }

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

border-color css

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

 span { border-color: rgb(247,39,201); }

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