Html Css Color HEX #F25BA7 Brilliant Rose

📋 copy color: '#F25BA7'

red 242 ◦ green 91 ◦ blue 167

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

Shades of Brilliant Rose #F25BA7

Tints of Brilliant Rose #F25BA7

RGB

 RED value IS 242 (94.92% from 255) = 48.4%

 GREEN value IS 91 (35.94% from 255) = 18.2%

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 48.4%
G = 18.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F25BA7 (or 0xF25BA7) is known color: Brilliant Rose. HEX triplet: F2, 5B and A7. RGB value is (242,91,167). Sum of RGB (Red+Green+Blue) = 242+91+167=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BA7 is #0DA458. Grayscale: #909090. Windows color (decimal): -894041 or 10968050. OLE color: 10968050.

HSL color Cylindrical-coordinate representation of color #F25BA7: hue angle of 329.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BA7 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 91 167 -
CMYK 0 0.62 0.31 0.05
HSL 329.8º 0.85% 0.65% -
HSV(B) 329.8º 0.62% 0.95% -
XYZ 47.33 29.15 39.69 -
YUV 144.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 242 91 167 0 0.62 0.31 0.05 329.8 0.85 0.65
Hex F2 5B A7 0 3E 1F 5 14A 55 41
Octal 362 133 247 0 76 37 5 512 125 101
Binary 11110010 1011011 10100111 0 111110 11111 101 101001010 1010101 1000001

Color Harmonies of #F25BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BA7

Black with #F25BA7

Text Example


Text Example

White with #F25BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BA7; }

 p { color: rgb(242,91,167); }

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

background-color css

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

 a { background-color: rgb(242,91,167); }

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

border-color css

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

 span { border-color: rgb(242,91,167); }

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