Html Css Color HEX #F74CBA Brilliant Rose

📋 copy color: '#F74CBA'

red 247 ◦ green 76 ◦ blue 186

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

Shades of Brilliant Rose #F74CBA

Tints of Brilliant Rose #F74CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 48.53%
G = 14.93%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F74CBA (or 0xF74CBA) is known color: Brilliant Rose. HEX triplet: F7, 4C and BA. RGB value is (247,76,186). Sum of RGB (Red+Green+Blue) = 247+76+186=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CBA is #08B345. Grayscale: #8B8B8B. Windows color (decimal): -570182 or 12209399. OLE color: 12209399.

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

Color convert

RGB 247 76 186 -
CMYK 0 0.69 0.25 0.03
HSL 321.4º 0.91% 0.63% -
HSV(B) 321.4º 0.69% 0.97% -
XYZ 49.81 28.49 49.33 -
YUV 139.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 247 76 186 0 0.69 0.25 0.03 321.4 0.91 0.63
Hex F7 4C BA 0 45 19 3 141 5B 3F
Octal 367 114 272 0 105 31 3 501 133 77
Binary 11110111 1001100 10111010 0 1000101 11001 11 101000001 1011011 111111

Color Harmonies of #F74CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CBA

Black with #F74CBA

Text Example


Text Example

White with #F74CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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