Html Css Color HEX #F74CBC Razzle Dazzle Rose

📋 copy color: '#F74CBC'

red 247 ◦ green 76 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F74CBC

Tints of Razzle Dazzle Rose #F74CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 48.34%
G = 14.87%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F74CBC (or 0xF74CBC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4C and BC. RGB value is (247,76,188). Sum of RGB (Red+Green+Blue) = 247+76+188=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CBC is #08B343. Grayscale: #8B8B8B. Windows color (decimal): -570180 or 12340471. OLE color: 12340471.

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

Color convert

RGB 247 76 188 -
CMYK 0 0.69 0.24 0.03
HSL 320.7º 0.91% 0.63% -
HSV(B) 320.7º 0.69% 0.97% -
XYZ 50.02 28.57 50.46 -
YUV 139.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 247 76 188 0 0.69 0.24 0.03 320.7 0.91 0.63
Hex F7 4C BC 0 45 18 3 141 5B 3F
Octal 367 114 274 0 105 30 3 501 133 77
Binary 11110111 1001100 10111100 0 1000101 11000 11 101000001 1011011 111111

Color Harmonies of #F74CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CBC

Black with #F74CBC

Text Example


Text Example

White with #F74CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CBC; }

 p { color: rgb(247,76,188); }

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

background-color css

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

 a { background-color: rgb(247,76,188); }

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

border-color css

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

 span { border-color: rgb(247,76,188); }

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