Html Css Color HEX #F742CF Razzle Dazzle Rose

📋 copy color: '#F742CF'

red 247 ◦ green 66 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F742CF

Tints of Razzle Dazzle Rose #F742CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 47.5%
G = 12.69%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F742CF (or 0xF742CF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and CF. RGB value is (247,66,207). Sum of RGB (Red+Green+Blue) = 247+66+207=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F742CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742CF is #08BD30. Grayscale: #878787. Windows color (decimal): -572721 or 13583095. OLE color: 13583095.

HSL color Cylindrical-coordinate representation of color #F742CF: hue angle of 313.26º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742CF is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 207 -
CMYK 0 0.73 0.16 0.03
HSL 313.26º 0.92% 0.61% -
HSV(B) 313.26º 0.73% 0.97% -
XYZ 51.57 28.18 61.75 -
YUV 136.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 247 66 207 0 0.73 0.16 0.03 313.26 0.92 0.61
Hex F7 42 CF 0 49 10 3 139 5C 3D
Octal 367 102 317 0 111 20 3 471 134 75
Binary 11110111 1000010 11001111 0 1001001 10000 11 100111001 1011100 111101

Color Harmonies of #F742CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742CF

Black with #F742CF

Text Example


Text Example

White with #F742CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742CF; }

 p { color: rgb(247,66,207); }

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

background-color css

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

 a { background-color: rgb(247,66,207); }

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

border-color css

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

 span { border-color: rgb(247,66,207); }

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