Html Css Color HEX #F740E9 Razzle Dazzle Rose

📋 copy color: '#F740E9'

red 247 ◦ green 64 ◦ blue 233

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

Shades of Razzle Dazzle Rose #F740E9

Tints of Razzle Dazzle Rose #F740E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 45.4%
G = 11.76%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F740E9 (or 0xF740E9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and E9. RGB value is (247,64,233). Sum of RGB (Red+Green+Blue) = 247+64+233=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F740E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740E9 is #08BF16. Grayscale: #898989. Windows color (decimal): -573207 or 15286519. OLE color: 15286519.

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

Color convert

RGB 247 64 233 -
CMYK 0 0.74 0.06 0.03
HSL 304.59º 0.92% 0.61% -
HSV(B) 304.59º 0.74% 0.97% -
XYZ 54.9 29.32 79.86 -
YUV 137.98 181.63 205.76 -
System Red Green Blue C M Y K H S L
Decimal 247 64 233 0 0.74 0.06 0.03 304.59 0.92 0.61
Hex F7 40 E9 0 4A 6 3 131 5C 3D
Octal 367 100 351 0 112 6 3 461 134 75
Binary 11110111 1000000 11101001 0 1001010 110 11 100110001 1011100 111101

Color Harmonies of #F740E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740E9

Black with #F740E9

Text Example


Text Example

White with #F740E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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