Html Css Color HEX #F742E6 Razzle Dazzle Rose

📋 copy color: '#F742E6'

red 247 ◦ green 66 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F742E6

Tints of Razzle Dazzle Rose #F742E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.36%

R = 45.49%
G = 12.15%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F742E6 (or 0xF742E6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and E6. RGB value is (247,66,230). Sum of RGB (Red+Green+Blue) = 247+66+230=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 66 (26.17% from 255 or 12.15% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F742E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742E6 is #08BD19. Grayscale: #8A8A8A. Windows color (decimal): -572698 or 15090423. OLE color: 15090423.

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

Color convert

RGB 247 66 230 -
CMYK 0 0.73 0.07 0.03
HSL 305.64º 0.92% 0.61% -
HSV(B) 305.64º 0.73% 0.97% -
XYZ 54.59 29.38 77.66 -
YUV 138.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 247 66 230 0 0.73 0.07 0.03 305.64 0.92 0.61
Hex F7 42 E6 0 49 7 3 132 5C 3D
Octal 367 102 346 0 111 7 3 462 134 75
Binary 11110111 1000010 11100110 0 1001001 111 11 100110010 1011100 111101

Color Harmonies of #F742E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742E6

Black with #F742E6

Text Example


Text Example

White with #F742E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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