Html Css Color HEX #F74F98 Brilliant Rose

📋 copy color: '#F74F98'

red 247 ◦ green 79 ◦ blue 152

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

Shades of Brilliant Rose #F74F98

Tints of Brilliant Rose #F74F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.8%

R = 51.67%
G = 16.53%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F74F98 (or 0xF74F98) is known color: Brilliant Rose. HEX triplet: F7, 4F and 98. RGB value is (247,79,152). Sum of RGB (Red+Green+Blue) = 247+79+152=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F98 is #08B067. Grayscale: #898989. Windows color (decimal): -569448 or 9981943. OLE color: 9981943.

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

Color convert

RGB 247 79 152 -
CMYK 0 0.68 0.38 0.03
HSL 333.93º 0.91% 0.64% -
HSV(B) 333.93º 0.68% 0.97% -
XYZ 46.82 27.63 32.57 -
YUV 137.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 247 79 152 0 0.68 0.38 0.03 333.93 0.91 0.64
Hex F7 4F 98 0 44 26 3 14E 5B 40
Octal 367 117 230 0 104 46 3 516 133 100
Binary 11110111 1001111 10011000 0 1000100 100110 11 101001110 1011011 1000000

Color Harmonies of #F74F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F98

Black with #F74F98

Text Example


Text Example

White with #F74F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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