Html Css Color HEX #F74DBE Razzle Dazzle Rose

📋 copy color: '#F74DBE'

red 247 ◦ green 77 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F74DBE

Tints of Razzle Dazzle Rose #F74DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.98%

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

R = 48.05%
G = 14.98%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F74DBE (or 0xF74DBE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and BE. RGB value is (247,77,190). Sum of RGB (Red+Green+Blue) = 247+77+190=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DBE is #08B241. Grayscale: #8C8C8C. Windows color (decimal): -569922 or 12471799. OLE color: 12471799.

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

Color convert

RGB 247 77 190 -
CMYK 0 0.69 0.23 0.03
HSL 320.12º 0.91% 0.64% -
HSV(B) 320.12º 0.69% 0.97% -
XYZ 50.31 28.8 51.62 -
YUV 140.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 247 77 190 0 0.69 0.23 0.03 320.12 0.91 0.64
Hex F7 4D BE 0 45 17 3 140 5B 40
Octal 367 115 276 0 105 27 3 500 133 100
Binary 11110111 1001101 10111110 0 1000101 10111 11 101000000 1011011 1000000

Color Harmonies of #F74DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DBE

Black with #F74DBE

Text Example


Text Example

White with #F74DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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