Html Css Color HEX #F740DD Razzle Dazzle Rose

📋 copy color: '#F740DD'

red 247 ◦ green 64 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F740DD

Tints of Razzle Dazzle Rose #F740DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.03%

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

R = 46.43%
G = 12.03%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F740DD (or 0xF740DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and DD. RGB value is (247,64,221). Sum of RGB (Red+Green+Blue) = 247+64+221=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F740DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740DD is #08BF22. Grayscale: #888888. Windows color (decimal): -573219 or 14500087. OLE color: 14500087.

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

Color convert

RGB 247 64 221 -
CMYK 0 0.74 0.11 0.03
HSL 308.52º 0.92% 0.61% -
HSV(B) 308.52º 0.74% 0.97% -
XYZ 53.24 28.66 71.13 -
YUV 136.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 247 64 221 0 0.74 0.11 0.03 308.52 0.92 0.61
Hex F7 40 DD 0 4A B 3 135 5C 3D
Octal 367 100 335 0 112 13 3 465 134 75
Binary 11110111 1000000 11011101 0 1001010 1011 11 100110101 1011100 111101

Color Harmonies of #F740DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740DD

Black with #F740DD

Text Example


Text Example

White with #F740DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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