Html Css Color HEX #F742CE Razzle Dazzle Rose

📋 copy color: '#F742CE'

red 247 ◦ green 66 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F742CE

Tints of Razzle Dazzle Rose #F742CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 47.59%
G = 12.72%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F742CE (or 0xF742CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and CE. RGB value is (247,66,206). Sum of RGB (Red+Green+Blue) = 247+66+206=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F742CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742CE is #08BD31. Grayscale: #878787. Windows color (decimal): -572722 or 13517559. OLE color: 13517559.

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

Color convert

RGB 247 66 206 -
CMYK 0 0.73 0.17 0.03
HSL 313.59º 0.92% 0.61% -
HSV(B) 313.59º 0.73% 0.97% -
XYZ 51.45 28.13 61.11 -
YUV 136.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 247 66 206 0 0.73 0.17 0.03 313.59 0.92 0.61
Hex F7 42 CE 0 49 11 3 13A 5C 3D
Octal 367 102 316 0 111 21 3 472 134 75
Binary 11110111 1000010 11001110 0 1001001 10001 11 100111010 1011100 111101

Color Harmonies of #F742CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742CE

Black with #F742CE

Text Example


Text Example

White with #F742CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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