Html Css Color HEX #F740DF Razzle Dazzle Rose

📋 copy color: '#F740DF'

red 247 ◦ green 64 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F740DF

Tints of Razzle Dazzle Rose #F740DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 46.25%
G = 11.99%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F740DF (or 0xF740DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and DF. RGB value is (247,64,223). Sum of RGB (Red+Green+Blue) = 247+64+223=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F740DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740DF is #08BF20. Grayscale: #888888. Windows color (decimal): -573217 or 14631159. OLE color: 14631159.

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

Color convert

RGB 247 64 223 -
CMYK 0 0.74 0.10 0.03
HSL 307.87º 0.92% 0.61% -
HSV(B) 307.87º 0.74% 0.97% -
XYZ 53.51 28.77 72.54 -
YUV 136.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 247 64 223 0 0.74 0.10 0.03 307.87 0.92 0.61
Hex F7 40 DF 0 4A A 3 134 5C 3D
Octal 367 100 337 0 112 12 3 464 134 75
Binary 11110111 1000000 11011111 0 1001010 1010 11 100110100 1011100 111101

Color Harmonies of #F740DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740DF

Black with #F740DF

Text Example


Text Example

White with #F740DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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