Html Css Color HEX #F730CA Razzle Dazzle Rose

📋 copy color: '#F730CA'

red 247 ◦ green 48 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F730CA

Tints of Razzle Dazzle Rose #F730CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.66%

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

R = 49.7%
G = 9.66%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F730CA (or 0xF730CA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and CA. RGB value is (247,48,202). Sum of RGB (Red+Green+Blue) = 247+48+202=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F730CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730CA is #08CF35. Grayscale: #7C7C7C. Windows color (decimal): -577334 or 13250807. OLE color: 13250807.

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

Color convert

RGB 247 48 202 -
CMYK 0 0.81 0.18 0.03
HSL 313.57º 0.93% 0.58% -
HSV(B) 313.57º 0.81% 0.97% -
XYZ 50.08 26.15 58.29 -
YUV 125.06 171.43 214.98 -
System Red Green Blue C M Y K H S L
Decimal 247 48 202 0 0.81 0.18 0.03 313.57 0.93 0.58
Hex F7 30 CA 0 51 12 3 13A 5D 3A
Octal 367 60 312 0 121 22 3 472 135 72
Binary 11110111 110000 11001010 0 1010001 10010 11 100111010 1011101 111010

Color Harmonies of #F730CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730CA

Black with #F730CA

Text Example


Text Example

White with #F730CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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