Html Css Color HEX #F742BB Razzle Dazzle Rose

📋 copy color: '#F742BB'

red 247 ◦ green 66 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F742BB

Tints of Razzle Dazzle Rose #F742BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 49.4%
G = 13.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F742BB (or 0xF742BB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and BB. RGB value is (247,66,187). Sum of RGB (Red+Green+Blue) = 247+66+187=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F742BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742BB is #08BD44. Grayscale: #858585. Windows color (decimal): -572741 or 12272375. OLE color: 12272375.

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

Color convert

RGB 247 66 187 -
CMYK 0 0.73 0.24 0.03
HSL 319.89º 0.92% 0.61% -
HSV(B) 319.89º 0.73% 0.97% -
XYZ 49.28 27.26 49.68 -
YUV 133.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 247 66 187 0 0.73 0.24 0.03 319.89 0.92 0.61
Hex F7 42 BB 0 49 18 3 140 5C 3D
Octal 367 102 273 0 111 30 3 500 134 75
Binary 11110111 1000010 10111011 0 1001001 11000 11 101000000 1011100 111101

Color Harmonies of #F742BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742BB

Black with #F742BB

Text Example


Text Example

White with #F742BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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