Html Css Color HEX #F74BBE Razzle Dazzle Rose

📋 copy color: '#F74BBE'

red 247 ◦ green 75 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F74BBE

Tints of Razzle Dazzle Rose #F74BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.65%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 48.24%
G = 14.65%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F74BBE (or 0xF74BBE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4B and BE. RGB value is (247,75,190). Sum of RGB (Red+Green+Blue) = 247+75+190=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BBE is #08B441. Grayscale: #8B8B8B. Windows color (decimal): -570434 or 12471287. OLE color: 12471287.

HSL color Cylindrical-coordinate representation of color #F74BBE: hue angle of 319.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BBE is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 75 190 -
CMYK 0 0.70 0.23 0.03
HSL 319.88º 0.91% 0.63% -
HSV(B) 319.88º 0.7% 0.97% -
XYZ 50.17 28.52 51.58 -
YUV 139.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 247 75 190 0 0.70 0.23 0.03 319.88 0.91 0.63
Hex F7 4B BE 0 46 17 3 140 5B 3F
Octal 367 113 276 0 106 27 3 500 133 77
Binary 11110111 1001011 10111110 0 1000110 10111 11 101000000 1011011 111111

Color Harmonies of #F74BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BBE

Black with #F74BBE

Text Example


Text Example

White with #F74BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BBE; }

 p { color: rgb(247,75,190); }

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

background-color css

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

 a { background-color: rgb(247,75,190); }

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

border-color css

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

 span { border-color: rgb(247,75,190); }

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