Html Css Color HEX #F74FCB Razzle Dazzle Rose

📋 copy color: '#F74FCB'

red 247 ◦ green 79 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F74FCB

Tints of Razzle Dazzle Rose #F74FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.93%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 46.69%
G = 14.93%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F74FCB (or 0xF74FCB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4F and CB. RGB value is (247,79,203). Sum of RGB (Red+Green+Blue) = 247+79+203=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FCB is #08B034. Grayscale: #8F8F8F. Windows color (decimal): -569397 or 13324279. OLE color: 13324279.

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

Color convert

RGB 247 79 203 -
CMYK 0 0.68 0.18 0.03
HSL 315.71º 0.91% 0.64% -
HSV(B) 315.71º 0.68% 0.97% -
XYZ 51.93 29.68 59.49 -
YUV 143.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 247 79 203 0 0.68 0.18 0.03 315.71 0.91 0.64
Hex F7 4F CB 0 44 12 3 13C 5B 40
Octal 367 117 313 0 104 22 3 474 133 100
Binary 11110111 1001111 11001011 0 1000100 10010 11 100111100 1011011 1000000

Color Harmonies of #F74FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FCB

Black with #F74FCB

Text Example


Text Example

White with #F74FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FCB; }

 p { color: rgb(247,79,203); }

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

background-color css

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

 a { background-color: rgb(247,79,203); }

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

border-color css

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

 span { border-color: rgb(247,79,203); }

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