Html Css Color HEX #F740C2 Razzle Dazzle Rose

📋 copy color: '#F740C2'

red 247 ◦ green 64 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F740C2

Tints of Razzle Dazzle Rose #F740C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 48.91%
G = 12.67%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F740C2 (or 0xF740C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and C2. RGB value is (247,64,194). Sum of RGB (Red+Green+Blue) = 247+64+194=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F740C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740C2 is #08BF3D. Grayscale: #858585. Windows color (decimal): -573246 or 12730615. OLE color: 12730615.

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

Color convert

RGB 247 64 194 -
CMYK 0 0.74 0.21 0.03
HSL 317.38º 0.92% 0.61% -
HSV(B) 317.38º 0.74% 0.97% -
XYZ 49.93 27.34 53.68 -
YUV 133.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 247 64 194 0 0.74 0.21 0.03 317.38 0.92 0.61
Hex F7 40 C2 0 4A 15 3 13D 5C 3D
Octal 367 100 302 0 112 25 3 475 134 75
Binary 11110111 1000000 11000010 0 1001010 10101 11 100111101 1011100 111101

Color Harmonies of #F740C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740C2

Black with #F740C2

Text Example


Text Example

White with #F740C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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