Html Css Color HEX #F742E7 Razzle Dazzle Rose

📋 copy color: '#F742E7'

red 247 ◦ green 66 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F742E7

Tints of Razzle Dazzle Rose #F742E7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.13%

 BLUE value IS 231 (90.63% from 255) = 42.46%

R = 45.4%
G = 12.13%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F742E7 (or 0xF742E7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and E7. RGB value is (247,66,231). Sum of RGB (Red+Green+Blue) = 247+66+231=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 66 (26.17% from 255 or 12.13% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F742E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742E7 is #08BD18. Grayscale: #8A8A8A. Windows color (decimal): -572697 or 15155959. OLE color: 15155959.

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

Color convert

RGB 247 66 231 -
CMYK 0 0.73 0.06 0.03
HSL 305.3º 0.92% 0.61% -
HSV(B) 305.3º 0.73% 0.97% -
XYZ 54.73 29.44 78.4 -
YUV 138.93 179.97 205.08 -
System Red Green Blue C M Y K H S L
Decimal 247 66 231 0 0.73 0.06 0.03 305.3 0.92 0.61
Hex F7 42 E7 0 49 6 3 131 5C 3D
Octal 367 102 347 0 111 6 3 461 134 75
Binary 11110111 1000010 11100111 0 1001001 110 11 100110001 1011100 111101

Color Harmonies of #F742E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742E7

Black with #F742E7

Text Example


Text Example

White with #F742E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742E7; }

 p { color: rgb(247,66,231); }

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

background-color css

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

 a { background-color: rgb(247,66,231); }

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

border-color css

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

 span { border-color: rgb(247,66,231); }

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