Html Css Color HEX #F727CA Razzle Dazzle Rose

📋 copy color: '#F727CA'

red 247 ◦ green 39 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F727CA

Tints of Razzle Dazzle Rose #F727CA

RGB

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

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

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

R = 50.61%
G = 7.99%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F727CA (or 0xF727CA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 27 and CA. RGB value is (247,39,202). Sum of RGB (Red+Green+Blue) = 247+39+202=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F727CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F727CA is #08D835. Grayscale: #777777. Windows color (decimal): -579638 or 13248503. OLE color: 13248503.

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

Color convert

RGB 247 39 202 -
CMYK 0 0.84 0.18 0.03
HSL 312.98º 0.93% 0.56% -
HSV(B) 312.98º 0.84% 0.97% -
XYZ 49.74 25.49 58.18 -
YUV 119.77 174.41 218.75 -
System Red Green Blue C M Y K H S L
Decimal 247 39 202 0 0.84 0.18 0.03 312.98 0.93 0.56
Hex F7 27 CA 0 54 12 3 139 5D 38
Octal 367 47 312 0 124 22 3 471 135 70
Binary 11110111 100111 11001010 0 1010100 10010 11 100111001 1011101 111000

Color Harmonies of #F727CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727CA

Black with #F727CA

Text Example


Text Example

White with #F727CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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