Html Css Color HEX #F742DD Razzle Dazzle Rose

📋 copy color: '#F742DD'

red 247 ◦ green 66 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F742DD

Tints of Razzle Dazzle Rose #F742DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 46.25%
G = 12.36%
B = 41.39%

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

#F742DD (or 0xF742DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and DD. RGB value is (247,66,221). Sum of RGB (Red+Green+Blue) = 247+66+221=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F742DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742DD is #08BD22. Grayscale: #898989. Windows color (decimal): -572707 or 14500599. OLE color: 14500599.

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

Color convert

RGB 247 66 221 -
CMYK 0 0.73 0.11 0.03
HSL 308.62º 0.92% 0.61% -
HSV(B) 308.62º 0.73% 0.97% -
XYZ 53.36 28.89 71.17 -
YUV 137.79 174.97 205.9 -
System Red Green Blue C M Y K H S L
Decimal 247 66 221 0 0.73 0.11 0.03 308.62 0.92 0.61
Hex F7 42 DD 0 49 B 3 135 5C 3D
Octal 367 102 335 0 111 13 3 465 134 75
Binary 11110111 1000010 11011101 0 1001001 1011 11 100110101 1011100 111101

Color Harmonies of #F742DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742DD

Black with #F742DD

Text Example


Text Example

White with #F742DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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