Html Css Color HEX #F742DC Razzle Dazzle Rose

📋 copy color: '#F742DC'

red 247 ◦ green 66 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F742DC

Tints of Razzle Dazzle Rose #F742DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 46.34%
G = 12.38%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F742DC (or 0xF742DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and DC. RGB value is (247,66,220). Sum of RGB (Red+Green+Blue) = 247+66+220=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F742DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742DC is #08BD23. Grayscale: #898989. Windows color (decimal): -572708 or 14435063. OLE color: 14435063.

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

Color convert

RGB 247 66 220 -
CMYK 0 0.73 0.11 0.03
HSL 308.95º 0.92% 0.61% -
HSV(B) 308.95º 0.73% 0.97% -
XYZ 53.22 28.84 70.47 -
YUV 137.68 174.47 205.98 -
System Red Green Blue C M Y K H S L
Decimal 247 66 220 0 0.73 0.11 0.03 308.95 0.92 0.61
Hex F7 42 DC 0 49 B 3 135 5C 3D
Octal 367 102 334 0 111 13 3 465 134 75
Binary 11110111 1000010 11011100 0 1001001 1011 11 100110101 1011100 111101

Color Harmonies of #F742DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742DC

Black with #F742DC

Text Example


Text Example

White with #F742DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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