Html Css Color HEX #F740CE Razzle Dazzle Rose

📋 copy color: '#F740CE'

red 247 ◦ green 64 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F740CE

Tints of Razzle Dazzle Rose #F740CE

RGB

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

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

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

R = 47.78%
G = 12.38%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F740CE (or 0xF740CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and CE. RGB value is (247,64,206). Sum of RGB (Red+Green+Blue) = 247+64+206=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F740CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740CE is #08BF31. Grayscale: #868686. Windows color (decimal): -573234 or 13517047. OLE color: 13517047.

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

Color convert

RGB 247 64 206 -
CMYK 0 0.74 0.17 0.03
HSL 313.44º 0.92% 0.61% -
HSV(B) 313.44º 0.74% 0.97% -
XYZ 51.33 27.9 61.07 -
YUV 134.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 247 64 206 0 0.74 0.17 0.03 313.44 0.92 0.61
Hex F7 40 CE 0 4A 11 3 139 5C 3D
Octal 367 100 316 0 112 21 3 471 134 75
Binary 11110111 1000000 11001110 0 1001010 10001 11 100111001 1011100 111101

Color Harmonies of #F740CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740CE

Black with #F740CE

Text Example


Text Example

White with #F740CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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